home *** CD-ROM | disk | FTP | other *** search
/ Minami 58 / MINAMI58.ISO / Varios / Juegos Flash / Gold Yard.exe / scripts / DefineButton2_307 / BUTTONCONDACTION on(keyPress a).as next >
Text File  |  2003-04-29  |  115b  |  9 lines

  1. on(keyPress "a"){
  2.    slot -= 1;
  3.    if(Number(slot) < 1)
  4.    {
  5.       slot = 4;
  6.    }
  7.    call("activeslot");
  8. }
  9.